Dart.PowerTCP.EmailValidation Namespace > SegmentedStream Class > Write Method : Write(Byte[],Byte[],Byte[],Int32,Int32) Method |
Write data to the stream while carrying out a bytewise find/replace.
[Visual Basic]
Overloads Public Sub Write( _
ByVal buffer() As Byte, _
ByVal originalSequence() As Byte, _
ByVal replacementSequence() As Byte, _
ByVal offset As Integer, _
ByVal count As Integer _
)
[C#]
public void Write(
byte[] buffer,
byte[] originalSequence,
byte[] replacementSequence,
int offset,
int count
);
[C++]
public: void Write(
byte[]* buffer,
byte[]* originalSequence,
byte[]* replacementSequence,
int offset,
int count
)
[C++/CLI]
public:
void Write(
bytearray<buffer>^ buffer,
bytearray<originalSequence>^ originalSequence,
bytearray<replacementSequence>^ replacementSequence,
int offset,
int count
)
Carries out a bytewise find/replace of all occurrences found in buffer of originalSequence with replacementSequence. This method is useful for performing simple encoding of data before sending.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
SegmentedStream Class | SegmentedStream Members | Overload List
Send comments on this topic.
Documentation version 1.0.3.0.
© 2008 Dart Communications. All rights reserved.